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