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