/**
  * {@inheritdoc}
  */
 public function isRemovable()
 {
     if (null === $this->entity) {
         return true;
     }
     return $this->entity->isAttributeRemovable($this->attribute);
 }