Gets the value for a given key as a String.
Returns an empty String if the key does not exist.
String getString(String key) { return _delegate.getString(key); }