PushObject
status_t PushObject(const char* name);
status_t PushObject(uint32 name);
return PushObject(nameString.String());