Add `String.safeToString_` static method that tracks objects currently being converted to string per fiber, returning "..." when recursion is detected. Wrap List.toString and Map.toString with this guard to handle self-referential and mutually recursive structures without crashing.