public static interface DropDown.DropDownViewConverter<T>
You'll need to implement this interface to change the way your model class T needs
to be displayed in the DropDown. If you omit it then Nifty will use its default
implementation which simply calls T.toString();