------------------
- *MAJOR* overhaul of ObjectWidget:
* low level unittests passed, but high level was not tops
basic rule is that widgets want RAW values and all conversion
must be done in ``ObjectConverter``
* ``ObjectSubForm`` and ``SubformAdapter`` is removed,
it was causing more problems than good
* added high level integration tests
- Removed ``z3c.coverage`` from ``test`` extra. [gforcada, maurits]