public new String ToString() { return($"{checkType.ToString()} at 0x{(address.ToString("X4"))} {((breakHit) ? "Was Hit" : "Was Not Hit")}"); }