public String toString() { return name != null ? name.toUpperCase() : null; }