public function getReason()
 {
     return '[' . Visibility::toString($this->visibility) . '] ' . $this->reason;
 }