Returns the matrix as an immutable list of rows: sample, option, formatted.
sample, option, formatted
List<List<String>> buildMatrix() => List<List<String>>.unmodifiable(_matrix);