/**
  * show text in admin.
  */
 public function render()
 {
     $chosen = $this->speaker->talk_message();
     $name = $this->speaker->whoami();
     echo "<p class='hello-kushimoto speaker-{$name}'>{$chosen}</p>";
 }
 /**
  * show text in admin.
  */
 public function render()
 {
     $chosen = $this->speaker->talk_message();
     echo "<p class='hello-kushimoto'>{$chosen}</p>";
 }