protected function getLowerName()
 {
     return Util::camelcaseToUnderscore($this->getName());
 }
 public function getName()
 {
     return Util::camelcaseToUnderscore($this->getShortName());
 }