public function removeString($string)
 {
     $this->options = ArrayModifier::Remove($this->options, $string);
     $this->length = count($string);
 }