/**
  * Returns the title of the original image
  *
  * @return string
  */
 public function getTitle()
 {
     return $this->originalAsset->getTitle();
 }