/**
  * @override \block_base
  */
 public function specialization()
 {
     global $USER;
     $this->contacts = contacts_util::get_contacts($USER->id, $this->get_config('roles', array()));
     $this->title = $this->get_config('title', $this->title);
 }