public String marshal(InventoryType t) {
   return t.toString();
 }