@override String toString() { if (this._retentionId == null) { return ""; } else { return this._retentionId.toString(); } }