Null toString() causes hard to trace error

One of my fields returned null for toString(), but it took me days to identify the problem due to the fact that the GWT JreJsonFactory just failed an assertion which causes an exception that is not displayed anywhere.
The browser message was empty, just the usual Internal Error Please notify… without any useful details.
I recommend to create a bug in the framework to save many hours of debugging to the next person dealing with this.