Implements the magic __toString() method.
Overrides AttributeValueBase::__toString
public function __toString() { return $this->value === FALSE ? '' : Html::escape($this->name); }