Map<String, String> toSafeString() { return toSafe().map((key, value) => MapEntry(key.toString(), value.toString())); }