@Override
 public void writeTo(StreamOutput out) throws IOException {
   super.writeTo(out);
   out.writeBytesReference(text);
 }