/**
  * Return the parsed content.
  *
  * @return string
  */
 public function __toString()
 {
     if (!$this->object->getValue()) {
         return '';
     }
     return $this->rendered();
 }