/**
  * @param PhpClass $class
  */
 protected function defineStringMethod(PhpClass $class)
 {
     $class->addAnnotationBlockElement($this->getToStringMethodAnnotationBlock());
     $class->addMethodElement($this->getToStringMethod());
     return $this;
 }