/**
  * Get weight for the product.
  *
  * @return float
  */
 public function getWeight()
 {
     $result = parent::getWeight();
     return $result;
 }