Get Room Stats
Map<String, String> get stats { return _stats; }
Set Room Stats
set stats(stats) { _stats = stats; }