When I design a class I normally put the fields in some kind of logical order.
I would like the option to order the properties/fields in the toString method according to the order the getters/fields are defined in the class (instead of alphabetical).