/**
  * The object's type
  *
  * @return
  */
 public String getObjectType() {
   return objectType.name();
 }