/**
  * {@inheritdoc}
  */
 public function getValue()
 {
     if ($this->hasReference()) {
         return $this->reference_item->getValue();
     } else {
         return parent::getValue();
     }
 }