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