public function draw()
 {
     $object = new AntiSpam();
     $object->setText($this->text);
     $object->draw();
 }