@Override
 public String toString() {
   return "charArray.length=" + charArray.length + ", " + markVector.toString();
 }