public override int FindStringIndex(string str)
 {
     return(_strings.IndexOf(str));
 }