I want to see not only mine, but all tasks in progress (in working and paused states).
I create a patch that do this, it successfully applies to OpenGoo 1.6 release and working for me.
Additionally, we can see the task state per user - work or pause.
The screenshot how this looks on my installation:

You can apply the patch with thouse actions:
1. Copy patch file to the opengoo folder.
2. Run command
patch -p0 < ./time.patch
That's all.