Model Objects in Gtk::ComboBox

Hi, i want store Model Objects in a GTK::ComboBox using
ListStore
I have to do :
Gtk::ListStore.new(Object) or
Gtk::ListStore.new(#ModelObjectClass#)
Thanks