/**
  * Get name for the product.
  *
  * @return string
  */
 public function getName()
 {
     $result = parent::getName();
     return $result;
 }