public function linkForValue($value, Module $callingModule, KurogoObject $otherValue = null)
 {
     return array_merge(parent::linkForValue($value, $callingModule, $otherValue), array('class' => 'action people'));
 }