@Override
  protected void toString(StringBuilder sb) {
    super.toString(sb);

    sb.append(", name=").append(name);
  }