Help to find solution for my error

You are confusing rows and columns in procedure Main.
You are building up a global list of all the destinations in TinyDB,
with each row a list having 3 columns.

What are you expecting to see in the Name, Image, and Description?
They are each built only for a single destination.

AI2 has no facilities built in to show a table of names, images, and descriptions.

See the Debugging FAQ for how to see the contents of your global list.